'Usage Dim instance As CalcRSqFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: known_y's, known_x's.
Known_y's is an array or range of data points.
Known_x's is an array or range of data points.
Return Value
A System.Object value that indicates the evaluate result.